home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tcl / Makefile < prev    next >
Makefile  |  1992-03-20  |  1KB  |  42 lines

  1. #
  2. # Prototype makefile for libraries.
  3. #
  4. # This Makefile is automatically generated.
  5. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  6. #
  7. # Generated from /sprite/lib/mkmf/Makefile.library
  8. # Fri Mar 20 09:06:49 PST 1992
  9. #
  10. # For more information, refer to the mkmf manual page.
  11. #
  12. # $Header: /sprite/lib/mkmf/RCS/Makefile.library,v 1.15 91/04/11 12:55:30 kupfer Exp $ SPRITE (Berkeley)
  13. #
  14. # Allow mkmf
  15.  
  16. ALLSRCS        = panic.c regexp.c tclAssem.c tclBasic.c tclCkalloc.c tclCmdAH.c tclCmdIL.c tclCmdMZ.c tclEnv.c tclExpr.c tclGet.c tclGlob.c tclHash.c tclHistory.c tclParse.c tclProc.c tclUnixAZ.c tclUnixStr.c tclUnixUtil.c tclUtil.c tclVar.c
  17. LINTSRCS    = 
  18. MACHINES    = ds3100 ds5000 sun3 sun4
  19. MAKEFILE    = Makefile
  20. MANPAGES    = AddErrInfo.man AssembCmd.man Backslash.man Concat.man CrtCommand.man CrtInterp.man CrtPipelin.man CrtTrace.man Eval.man ExprLong.man Fork.man GetInt.man Hash.man History.man Interp.man SetResult.man SetVar.man SplitList.man StrMatch.man Tcl.man TildeSubst.man TraceVar.man library.man
  21. NAME        = tcl
  22. PUBHDRS        = tcl.h tclHash.h tclUnix.h
  23. #include    <settm.mk>
  24. TYPE        = sprite
  25. DISTDIR        ?= /dist/sprite/src/lib/tcl
  26.  
  27. SYSMAKEFILE    = library.mk
  28.  
  29. #if exists($(TM).md/md.mk)
  30. #include    "$(TM).md/md.mk"
  31. #endif
  32.  
  33. #if exists(local.mk)
  34. #include    "local.mk"
  35. #else
  36. #include    <$(SYSMAKEFILE)>
  37. #endif
  38.  
  39. #if exists($(TM).md/dependencies.mk)
  40. #include    "$(TM).md/dependencies.mk"
  41. #endif
  42.